Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class / IndexEntry Constructor / IndexEntry Constructor(String,C1LinkTarget[])
The string that is assigned to the Caption property of the current index entry.
A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the Occurrences of the current index item.

In This Topic
    IndexEntry Constructor(String,C1LinkTarget[])
    In This Topic
    Initializes a new instance of the IndexEntry class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caption As String, _
       ByVal ParamArray targets() As C1LinkTarget _
    )
    public IndexEntry( 
       string caption,
       params C1LinkTarget[] targets
    )

    Parameters

    caption
    The string that is assigned to the Caption property of the current index entry.
    targets
    A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the Occurrences of the current index item.
    See Also